home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / src / cmds / fsattach / RCS / fsattach.config,v < prev    next >
Encoding:
Text File  |  1989-06-08  |  979 b   |  56 lines

  1. head     1.1;
  2. branch   ;
  3. access   ;
  4. symbols  ;
  5. locks    ; strict;
  6. comment  @@;
  7.  
  8.  
  9. 1.1
  10. date     89.06.07.22.13.07;  author jhh;  state Exp;
  11. branches ;
  12. next     ;
  13.  
  14.  
  15. desc
  16. @@
  17.  
  18.  
  19.  
  20. 1.1
  21. log
  22. @Initial revision
  23. @
  24. text
  25. @# This is the configuration file for fsattach. It contains configuration
  26. # commands that can be used to modify the behavior of fsattach. These 
  27. # modifications are not used often enough to warrent command line options.
  28.  
  29. # Size of the mount table
  30.  
  31. # mountTableSize        30
  32.  
  33. # Name of the temporary file in which fscheck stores the output from checking
  34. # the root partition. This file has to exist before fscheck is run and 
  35. # has to have blocks allocated to it.
  36.  
  37. # rootTempOutputFile        .fscheck.out
  38.  
  39. # Size of the temporary output file.
  40.  
  41. # rootTempOutputFileSize    8192
  42.  
  43. # Heap limit parameter that is passed to fscheck
  44.  
  45. #heapLimit            1000000
  46.  
  47. # Directory where output files from fscheck are kept.
  48.  
  49. #outputDir            /local
  50.  
  51. # Which fscheck to use
  52.  
  53. #fscheck            /local/bootBin/fscheck
  54.  
  55. @
  56.